home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AGSPPX15.ZIP / WHAT'S.NEW < prev   
Text File  |  1995-07-08  |  3KB  |  92 lines

  1. Listed here are only public releases...
  2.  
  3.   News in 1.5O :
  4.  
  5.      Note :
  6.  
  7.         - PGP key & Internet address changed ! see PPLX.DOC.
  8.  
  9.      New Stuff :
  10.  
  11.         - More Anti-decompilation systems are now outstripped!
  12.           see the section about Anti-decompilation systems in PPLX.DOC for
  13.           further details.
  14.  
  15.         - PPLX can now be runned with wildcards, for example type PPLX *
  16.           to decompile every PPE in the current directory.
  17.  
  18.         - Analysis flags are now displayed on the screen after decompilation
  19.           (Only flags, not flags explanation)
  20.  
  21.         - Analysis mode can be turned ON with /A instead of /ANALYSIS
  22.  
  23.         - /L tells PPLX no to delete the PPU file
  24.  
  25.         - /U tells PPLX to only decrypt the PPE to a PPU file
  26.  
  27.  
  28.      Bug fix :
  29.  
  30.         - Code size is now coded with a longint, avoiding the error "Cannot
  31.           allocate -xxxxx Bytes"
  32.  
  33.         - Problems handling multiple operators like : PRINT !!!1
  34.           fixed.
  35.  
  36.  
  37.   News in 1.3O :
  38.  
  39.      Bug fix :
  40.  
  41.         - Oh oh... Predefined variables U_* were not handled... resulting in
  42.           the insertion of a 0 or FALSE or "" instead of the U_variable name.
  43.           Fixed! Sorry ;>
  44.  
  45.  
  46.   News in 1.2O :
  47.  
  48.       New stuff :
  49.  
  50.         - Parameter /ANALYSIS may now be used to allow PPLX to make an
  51.           heuristic-like analysis of the ppe beeing decompiled. If you
  52.           decompile PPE's only to check backdoors, you will love this switch!
  53.           Look at the end of the PPX file to see what we are talking about.
  54.  
  55.      Bug fix :
  56.  
  57.         - Nasty bug in the parenthesis management... for example a source
  58.           line like "PRINT 1+2/(3/4)" was decompiled as "PRINT 1+2/3/4"
  59.           although many other arythmetic parenthesis combinations were well
  60.           decompiled. this is fixed! :)
  61.  
  62.         - Bug that occured when using local variables in the last
  63.           procedure/function. fixed!
  64.  
  65.  
  66.   News in 1.O1 :
  67.  
  68.      Bug fix :
  69.  
  70.         - Small bug that prevent PPLX from decompiling some PPE's in very
  71.           special circumstances (actually, i only saw this happen one
  72.           time ;)) Fixed!
  73.  
  74.  
  75.   News in 1.OO :
  76.  
  77.         - Lot of bugs corrected, first non-beta release.
  78.  
  79.         - Previous version was decompiling about 80% of PPE's 2.O & 3.x (and
  80.           almost NO PPE v1.O ;)) This version decompile 100% of my PPE
  81.           collection (227 files). Some does not recompile due to unused
  82.           functions, but they only need 2/3 changes to be recompilable.
  83.           I don't think that 100% of the PPE's you will try to decompile
  84.           will work, but i tested enough to evaluate the percentage of
  85.           success to more that 99%.
  86.  
  87.  
  88.   News in 1.OOß1 :
  89.  
  90.         - First release, enjoy! :)
  91.  
  92.